home *** CD-ROM | disk | FTP | other *** search
/ EuroCD 3 / EuroCD 3.iso / Programming / Amos / AMOSList-0198 / AMOSLIST / 000147_amos-request@svcs1.digex.net_Wed Jan 28 19:20:06 1998.msg < prev    next >
Text File  |  1998-06-24  |  3KB  |  73 lines

  1. >From amos-request@svcs1.digex.net  Wed Jan 28 19:20:05 1998
  2. Received: from svcs1.digex.net (svcs1.digex.net [204.91.197.224])
  3.     by pony-1.mail.digex.net (8.8.8/8.8.8) with ESMTP id TAA02220
  4.     for <mcox@access.digex.net>; Wed, 28 Jan 1998 19:20:05 -0500 (EST)
  5. Received: (from daemon@localhost)
  6.     by svcs1.digex.net (8.8.5/8.8.5) id OAA21483
  7.     for amos-out; Wed, 28 Jan 1998 14:24:00 -0500 (EST)
  8. Received: from pony-1.mail.digex.net (pony-1.mail.digex.net [204.91.241.5])
  9.     by svcs1.digex.net (8.8.5/8.8.5) with ESMTP id OAA21480
  10.     for <amos-list@svcs1.digex.net>; Wed, 28 Jan 1998 14:24:00 -0500 (EST)
  11. Received: from mail-in1.inet.tele.dk (mail-in1.inet.tele.dk [194.182.148.158])
  12.     by pony-1.mail.digex.net (8.8.8/8.8.8) with SMTP id OAA04154
  13.     for <amos-list@access.digex.net>; Wed, 28 Jan 1998 14:23:44 -0500 (EST)
  14. Received: (qmail 5505 invoked from network); 28 Jan 1998 19:23:43 -0000
  15. Received: from post8.tele.dk (194.239.134.172)
  16.   by mail-in1.inet.tele.dk with SMTP; 28 Jan 1998 19:23:43 -0000
  17. Received: from post8.tele.dk ([194.239.180.23]) by post8.tele.dk
  18.           (Netscape Mail Server v2.02) with SMTP id AAA33932;
  19.           Wed, 28 Jan 1998 20:23:42 +0100
  20. From: Jens Vang Petersen <top_cat@post8.tele.dk>
  21. To: Alastair Murray <malcolm.murray@virgin.net>
  22. CC: amos-list@access.digex.net
  23. Date: Wed, 28 Jan 1998 20:24:31 +0100
  24. Message-ID: <yam7332.1587.1747326856@post8.tele.dk>
  25. In-Reply-To: <34CF2B3B.MD-0.196.malcolm.murray@virgin.net>
  26. X-Mailer: YAM 1.3.4 [020] - Amiga Mailer by Marcel Beck
  27. Subject: Re: Apollo 060
  28. MIME-Version: 1.0
  29. Content-Type: text/plain
  30. Status: O
  31. X-Status: 
  32.  
  33. On 28-Jan-98, Alastair Murray smashed the keyboard with:
  34. >Does anyone know of any AMOS problems related to 060's?
  35. >I'm getting reports of problems with some of my programs with them.
  36.  
  37. I don't know if ya' know this, but:
  38.  
  39. On blizz1230/50 with fpu, AMOS has often crashes. I used several days to
  40. try and find the bug, so that I could avoid it..
  41.  
  42. Problem is:
  43. -A fast moving loop with an 'inkey$' inside, something like:
  44. Do
  45.  w$=Inkey$
  46.  if.....
  47.  else if...
  48.  else if...
  49.  endif
  50. Loop
  51. (As long as the user don't push a key the loop keeps running around)
  52. After some time the loop begins to be unstable (strange chars might be
  53. written, some lines appears on WB) and the Amiga Crashes.. This takes
  54. around 3 seconds to happen..
  55.  
  56. The solution is to put a 'Multi Wait' into the loop, this also has the
  57. advantage of giving some CPU-power to other programs while yours is
  58. awaiting the user to do something. I expect a similar fix would be to
  59. put 'wait vbl' inside the loop, but I've never tried..
  60. -- 
  61. Happy greetings, Yours..
  62. __________________________________________________________________________
  63.  /_  __/ __  / __  /\  ___\  __ \__  _\           aka. JENS VANG PETERSEN
  64.   / / / /_/ / ____/  \ \___\  __ \ \ \              top_cat@post8.tele.dk
  65.  /_/ /_____/_/        \_____\_\ \_\ \_\
  66. --------------------------------------------------------------------------
  67.                      http://home8.inet.tele.dk/top_cat/
  68.   -*-  Home of 'The Ultimate Extension list' for AMOS TC & AMOS PRO  -*-
  69.                   -*-  SUPPORT - AMOS - AMIGA - AQUA  -*-
  70. --------------------------------------------------------------------------
  71.  fortune:  No such file or directory
  72. --------------------------------------------------------------------------
  73.